Call to undefined method Illuminate-Session-Store::set()

116

Call to undefined method Illuminate\Session\Store::set() -

Replacing

 \Session::set('u2f.registerData', $req);

WIth

session(['u2f.registerData' => $req]);

Works

Comments

Submit
0 Comments